$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json
name: My Component
status: stable
props:
  type: object
libraryOverrides:
  dependencies:
    - core/drupal
    - core/once
    - core/drupalSettings
  js:
    # `[[name]]` will be replaced with the value "[name]".
    # Use `[[[name]]]` if you want the string `[[name]]` included verbatim.
    '[name].js': { attributes: { defer: true, type: "module" } }
